Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new targets: buffer, buffer-before-point and buffer-after point. #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

knu
Copy link
Collaborator

@knu knu commented Jul 2, 2014

No description provided.

@bbatsov
Copy link
Collaborator

bbatsov commented Sep 10, 2018

You'll have to rebase on top of the current master.

@knu
Copy link
Collaborator Author

knu commented Sep 11, 2018

Yep, I'll do that later.

@@ -214,6 +214,37 @@
(easy-kill-thing 'list)
(should (string= "dummy" (easy-kill-candidate))))))

(ert-deftest test-easy-kill-on-buffer ()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd split this test into 3 tests. I think this will make it more readable and will show better what exactly is being tested.

@@ -744,6 +747,31 @@ inspected."
(setf (easy-kill-get thing) 'sexp)))
(_ (easy-kill-thing 'sexp n t))))

(defun easy-kill-on-buffer (n)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add some docstrings for the new functions. I know they are simple, but still.

@bbatsov
Copy link
Collaborator

bbatsov commented Sep 13, 2018

I think you should also add some "Unreleased" section to the News and mention the changes there as well.

@bbatsov
Copy link
Collaborator

bbatsov commented Oct 1, 2018

@knu Ping :-)

@JSpenced
Copy link

Interested in this. Will it get finished?

@manuel-uberti
Copy link

@knu another friendly ping. :)

@knu
Copy link
Collaborator Author

knu commented Feb 18, 2019

Sorry, I haven't been able to invest my time in this project. Please use my easy-kill-extras package for now and I'd really appreciate if someone could help me improve this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants